Interface Ephone

All Superinterfaces:
IPCObject
All Known Implementing Classes:
EphoneImpl

public interface Ephone extends IPCObject
Information provided by the PKI file:

    \class CEphone
    
    \brief CEphone holds and manipulates VOIP ephones.
    
    \example network().getDevice("Router0").getProcess("CMEProcess").getEphone(1)
    
Author:
Auto-generated
  • Method Details

    • setType

      boolean setType(String ePhoneType)
      Information provided by the PKI file:
      
          \brief Sets the ephone type.
          
          \param ePhoneType, the ephone type.
          
          \return bool, true if successful, otherwise false.
          
              
      Parameters:
      ePhoneType - Takes in a parameter of ePhoneType
      Returns:
      boolean Returns a boolean
    • getType

      String getType()
      Information provided by the PKI file:
      
          \brief Returns the ephone type.
          
          \return string, the ephone type.
          
              
      Returns:
      String Returns a String
    • getTag

      int getTag()
      Information provided by the PKI file:
      
          \brief Returns the tag of the ephone.
          
          \return int, the tag of the ephone.
          
              
      Returns:
      int Returns a int